翻訳と辞書
Words near each other
・ binary coded decimal
・ binary compatibility standard
・ binary counter
・ binary data
・ binary exponential backoff
・ binary file
・ binary large object
・ binary package
・ binary search
・ binary synchronous transmission
binary tree
・ bind
・ bindery
・ binding handle
・ binding-time analysis
・ binhex
・ binhex 4.0
・ binprolog
・ bioinformatics
・ biomedical package


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

binary tree : FOLDOC
binary tree
(btree) A tree in which each node has at most two successors or child nodes. In Haskell this could be represented as
data BTree a = NilTree
| Node a (BTree a) (BTree a)

See also balanced tree.
(1994-11-29)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.